home *** CD-ROM | disk | FTP | other *** search
-
-
- proc PLib
- {
- << text appcode="WorldCup";
- // no keys should be in 'User' in the shipped file
- // the can be added later to aid support
-
- << array Substitutions
- {
- << text _CDPATH_="q:\\kpm\\_cd\\";
- << text _PATH_="AUTO";
- << text _LIBRARIES_="_CDPATH_..";
- << text _UIComponents_="FILE:_PATH_Controls.od/L";
- << text _ComponentPath_="_PATH_comp\\";
- << text _OLObjects_="_PATH_Objects\\";
- // << text _RESPATH_="\\Smiley\\Resource\\";
- };
- << text AppResources="FILE:_PATH_comp\\App.odl";
- << text Settings="FILE:_PATH_Settings.ods";
- << text PLibResources="FILE:_PATH_comp\\PLib.odl";
-
- << text StickerDesigns="_CDPATH_Templates\\Stickers\\";
- << text ClipartLibraryPath="_CDPATH_Clipart\\";
- << text SmileyObjectPath="_PATH_Objects\\";
-
- << array LogoMenus
- {
- << text SimpleObject="_PATH_Objects\\shapes";
- << text TextLogo="_PATH_Objects\\text\\Menu";
- << text PictureFrame="_PATH_Objects\\frames\\Menu";
- << text Border="_PATH_Objects\\Borders\\Menu";
- << text Background="_PATH_Objects\\Backgrounds\\Menu";
- << text Paragraph="_PATH_Objects\\parag";
- << text Fills="_PATH_Objects\\fills";
- << text MoreFrames="_PATH_Objects\\frames\\More";
- << text MoreBorders="_PATH_Objects\\Borders\\More";
- << text MoreBackgrounds="_PATH_Objects\\Backgrounds\\More";
- };
-
-
- << array OnNew
- {
- << text OpenFile="_CDPATH_Templates\\compendium\\browse.odp";
- };
-
- // stops the program looking for twain devices
- << int DisableTwain=0;
- }
-